Keycloak REST Services 1.2.0.Final

Path: / admin / realms / {realm} / clients-by-id / {app-name} / installation / json

Return keycloak.json file for this client to be used to configure the adapter of that client.

Path parameters:
realm - realm name (not id!)
app-name -

Resource Methods
Method Summary
NameDescription
GET /admin/realms/{realm}/clients-by-id/{app-name}/installation/jsonReturn keycloak.json file for this client to be used to configure the adapter of that client.

Method Detail

GET /admin/realms/{realm}/clients-by-id/{app-name}/installation/json

Return keycloak.json file for this client to be used to configure the adapter of that client.

HTTP Example:
GET /admin/realms/{realm}/clients-by-id/{app-name}/installation/json
API Example:

ClientResource.getInstallation({'realm': /* name realm name (not id!) */,
  'app-name': /* name */});

Output:
String -
Produces:
application/json

Keycloak REST Services 1.2.0.Final